[index]

Advance Command

Syntax

advance <movie | path> Applies to movies, paths

Description

For movies, the advance command advances a paused (not stopped) digital movie by one frame, without sound.

Examples

on mouseUp pause mov 1 wait 5 seconds repeat for 10 times advance mov 1 wait 3 seconds end repeat end mouseUp Type the following into the Message Box: play movie 1 Now click on the "SlowMotion" button to play the movie in slow motion. You can also alter this code block to work with a path.
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.